home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global numb, kenname, kennamer, mydatebase, sdata, tkazu, taidata
- set mline to mouseLine()
- if mline < the number of items in taidata then
- if mline <> -1 then
- put mline, the number of items in taidata
- set the textSize of field "テ・テシテァツヲテ・テ」テ「ツ" to 18
- set tno to value(item mline of taidata)
- put item 2 of line tno of mydatebase into field "テ・テシテァツヲテ・テ」テ「ツ"
- if item 11 of line tno of mydatebase <> "0" then
- put " " & item 11 of line tno of mydatebase after field "テ・テシテァツヲテ・テ」テ「ツ"
- end if
- set the textSize of field "テ・テシテァツヲテ・テ」テ「ツ" to 18
- updateStage()
- else
- beep()
- end if
- else
- beep()
- end if
- if (mline < the number of items in taidata) or (mline = -1) then
- if doubleClick() then
- if mline <= 0 then
- set i to the number of lines in field "テ運テ韻テ曳テ嘉」テッツ"
- hilite line i of field "テ運テ韻テ曳テ嘉」テッツ"
- exit
- end if
- repeat with n = 1 to 2
- set i to the number of lines in field "テ運テ韻テ曳テ嘉」テッツ" + 1
- hilite line i of field "テ運テ韻テ曳テ嘉」テッツ"
- hilite line mline of field "テ運テ韻テ曳テ嘉」テッツ"
- end repeat
- set numb to value(item mline of taidata)
- set kennamer to "テ運テ韻テ曳テ嘉」テッツ"
- set kenname to "AIUEW"
- set gatu to value(item 8 of line tno of mydatebase)
- go("N" & numb, "KOBETU" & gatu)
- end if
- end if
- end
-